-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Use Logger implementation based on deployment configuration #27379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @kandy. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kandy,
Thanks for your contribution. Please address static builds failures.
@lenaorobei |
@kandy, agree with phpcpd, but for phpstan please add ignore annotation or this file to whitelist. |
@lenaorobei Can you point me on documentation how to do it? |
@magento run all tests |
@kandy are you still up to finishing this PR? |
@kandy please address tests failures |
Hi @kandy, thank you for your contribution! |
Hi @kandy. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
Hi @kandy, thank you for your contribution! |
@magento run Integration Tests |
4 similar comments
@magento run Integration Tests |
@magento run Integration Tests |
@magento run Integration Tests |
@magento run Integration Tests |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests EE, WebAPI Tests |
Hi @ihor-sviziev, thank you for the review. |
Note: Automation tests are passed |
Hi @kandy, thank you for your contribution! |
Use Logger implementation based on deployment configuration
Manual testing scenarios (*)
'log' => [ 'type' => \Monolog\Logger::class, 'args' => ['name' => 'test']],
line to app/etc/env.php fileContribution checklist (*)
Resolved issues: